Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SparklineStorage Class / Copy(Int32,Int32,CellMatrix<Sparkline>,Int32,Int32,Int32,Int32) Method


In This Topic
    Copy(Int32,Int32,CellMatrix<Sparkline>,Int32,Int32,Int32,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub Copy( _
       ByVal fromRow As Integer, _
       ByVal fromColumn As Integer, _
       ByVal target As CellMatrix(Of Sparkline), _
       ByVal toRow As Integer, _
       ByVal toColumn As Integer, _
       ByVal rowCount As Integer, _
       ByVal columnCount As Integer _
    ) 
    'Usage
     
    
    Dim instance As SparklineStorage
    Dim fromRow As Integer
    Dim fromColumn As Integer
    Dim target As CellMatrix(Of Sparkline)
    Dim toRow As Integer
    Dim toColumn As Integer
    Dim rowCount As Integer
    Dim columnCount As Integer
     
    instance.Copy(fromRow, fromColumn, target, toRow, toColumn, rowCount, columnCount)

    Parameters

    fromRow
    fromColumn
    target
    toRow
    toColumn
    rowCount
    columnCount
    See Also